home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rbs173c7.zip / ZIP.HLP < prev   
Text File  |  1990-02-11  |  1KB  |  34 lines

  1. ZIP Files - What They are and How to Use Them
  2.  
  3. ZIPed files are a group of normal files that are put together in one file
  4. and compressed in size at the same time.  A single ZIP file will usually
  5. contain an entire package, so you only need to download one file to get all
  6. you need to run the package.  Using ZIP will save considerable disk space
  7. and download time.
  8.  
  9.   For example, a package might consist of:
  10.  
  11.  documentation  PROGRAM.DOC   12,000 bytes
  12.  main program   PROGRAM.COM   35,000 bytes
  13.  sample data    PROGRAM.DAT    2,000 bytes
  14.                               ------
  15.                               49,000 bytes.
  16.  
  17. All these files could be compressed into PROGRAM.ZIP, which is only about
  18. 20,000 bytes.
  19.  
  20. After you download a ZIP file, you must "un-ZIP" the files, which will
  21. separate the compononents and un-compress them.  To do this you must have a
  22. ZIP utility.  PKWare's PKZIP package (found on RBBS-PC systems as PKZ*.EXE)
  23. can be used for this purpose.  If you have PKZIP, and have downloaded
  24. PROGRAM.ZIP, the command:
  25.  
  26.    PKUNZIP PROGRAM
  27.  
  28. Will create the component files PROGRAM.DOC, PROGRAM.COM and PROGRAM.DAT
  29. on your disk.
  30.  
  31. For more information on ZIP files, refer to the documentation in a ZIP
  32. utility (PKZIP, for example).
  33.  
  34.